﻿
/*注冊*/
.nologin .layui-tab-title.default {
    display: none;
}

.p_search h1 {
    margin: 0px;
}

.big {
    clear: both;
    padding: 0px 10px;
    margin-top: 10px;
}

    .big a {
        color: #333;
    }

        .big a:hover {
            text-decoration: none;
        }
/* 面包屑 */
.location ul {
    margin-bottom: 0px;
}

    .location ul li {
        line-height: 40px;
        font-size: 14px;
        display: inline-block;
    }

.big .title {
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
}

    .big .title span {
        font-size: 22px;
    }

    .big .title a {
        font-size: 14px;
    }

.lit_title {
    line-height: 20px;
    border-left: 2px solid #e97a8f;
    text-indent: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

.re_img {
    display: none;
    width: 100%;
}
/*基本信息*/
.basis {
    /*width: 90%;*/
    margin: 0px auto;
}

    .basis .left {
        width: 55%;
        float: left;
    }

    .basis .right {
        width: 45%;
        float: left;
    }

        .basis .right .a_right {
            cursor: pointer;
        }

            .basis .right .a_right img {
                width: 100%;
                max-height: 350px;
            }

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-control {
    border-radius: 0px;
    height: 36px;
}

select.form-control:not([size]):not([multiple]) {
    height: 36px;
}

.form-horizontal .control-label {
    padding-top: 8px;
    font-size: 14px;
    font-weight: normal;
    padding-right: 5px;
}

    .form-horizontal .control-label a {
        font-size: 14px;
        font-weight: normal;
    }

.form-group label {
    width: 23%;
    width: 150px;
}

.form-group .must {
    color: red;
}

.form-horizontal .col-sm-8 {
    position: relative;
}

    .form-horizontal .col-sm-8 img {
        position: absolute;
        top: 8px;
        right: 20px;
        cursor: pointer;
    }

/*.form-group .control-label a {
    color: red;
}*/
.basis .has-error div span {
    color: red;
}

.form-control:focus {
    box-shadow: none;
}

.has-error .form-control {
    border-color: red;
}

    .has-error .form-control:focus {
        border-color: red;
        box-shadow: none;
    }

.form-group .tel, .form-group .code, .form-group .birthday {
    margin: 0px;
    clear: both;
    margin-left: 164px;
    color: red;
}
/*select.form-control:not([size]):not([multiple]) {
    height: 34px;
}*/
.smcode {
    display: none;
}

.hidestyle {
    display: none;
}

.layui-form-item {
    margin-bottom: 10px;
}

.layui-form-label {
    width: 24%;
    font-size: 14px;
    font-weight: normal;
}

    .layui-form-label .must {
        color: red;
    }

.layui-input-block {
    margin-left: 24%;
    padding-right: 5%;
    position: relative;
}

    .layui-input-block img {
        position: absolute;
        top: 11px;
        right: 40px;
        cursor: pointer;
    }

.layui-form-danger input {
    border-color: red!important;
}

.layui-form-danger .layui-input:focus {
    border-color: red!important;
}

.layui-form-danger span {
    color: red;
}

.layui-form-danger .tel, .layui-form-danger .code, .layui-form-danger .birthday, .layui-form-danger .tip {
    color: red;
}

.layui-input {
    font-size: 14px;
}

.layui-form-item .layui-input-inline {
    width: 38%;
    margin-right: 0px;
    padding-right: 5%;
}

    .layui-form-item .layui-input-inline .combutton1 {
        height: 38px;
        line-height: 38px;
        padding: 0 18px;
        color: #fff;
        text-align: center;
        border-radius: 2px;
    }

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0px;
}

.layui-input {
    border-color: #ccc;
}

.layui-anim-upbit dd a {
    display: block;
}

    .layui-anim-upbit dd a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 75%;
        float: left;
    }

    .layui-anim-upbit dd a:last-child {
        float: right;
        text-align: right;
        width: 25%;
    }

.layui-form-select dl dd.layui-this a {
    color: white;
}
/*会员条款*/
.term {
    padding: 0 15px;
}

    .term p {
        font-size: 15px;
    }

/*.term p:nth-of-type(n+2) {
            text-indent: 2em;
        }*/

.basis p.agree {
    position: relative;
    text-indent: 0;
    margin-top: 10px;
    /*padding-left: 10px;*/
    font-size: 14px;
}

    .basis p.agree .lnklike {
        color: red;
        margin-left: 5px;
        margin-right: 5px;
        cursor: pointer;
    }

.basis p input {
    width: 18px;
    height: 18px;
    opacity: 0;
    /*margin-left: 15px;*/
    margin: 0px;
}

.basis p label {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.basis p a {
    /*vertical-align: top;*/
}

input[type=checkbox]:checked + label {
    background-color: #e97a8f;
    border: 1px solid #e97a8f;
}

    input[type=checkbox]:checked + label::after {
        position: absolute;
        content: "";
        width: 5px;
        height: 10px;
        top: 2px;
        left: 6px;
        border: 2px solid #fff;
        border-top: none;
        border-left: none;
        transform: rotate(45deg);
    }

.term .terms-wrap {
    height: 200px;
    overflow: auto;
    border: 1px solid #ddd;
}

.term .tip {
    color: red;
}

.term p {
    text-align: center;
    text-indent: 0;
    margin-bottom: 15px;
}

    .term p a {
        cursor: pointer;
    }

.register {
    width: 400px;
    line-height: 42px;
    border: none;
    color: white;
    border-radius: 0px;
}

.big .tips {
    display: none;
    padding-top: 18px;
}

.tips .tipicon {
    float: left;
    width: 25%;
    text-align: right;
    padding-top: 10px;
}

    .tips .tipicon .icon-success {
        font-size: 25px;
    }

.tips .tiptext {
    float: left;
    text-align: left;
    padding-left: 6%;
}

.big .tips p {
    line-height: 23px;
}

.degree {
    display: none;
}

.nologin .item_verify .goback {
    display: none;
}

@media screen and (max-width: 450px) {
    .layui-form-item .layui-input-inline {
        left: 0px;
    }
}

@media only screen and (max-width:1023px) {
    .middle {
        width: 90%;
        margin: 0px auto;
    }

    .location ul {
        padding: 0 10px;
    }

    .basis {
        width: 100%;
    }

        .basis .left {
            width: 100%;
            float: none;
        }

    .re_img {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .basis .right {
        width: 100%;
        float: none;
        display: none;
    }

    /*#area, #tel, #code, #codebtn, #month, #day {
        width: 50%;
        float: left;
    }*/

    /*input#tel, #codebtn, #day {
        position: relative;
        top: -1px;
    }*/

    .basis p.agree {
        margin: 0px;
    }

    .register {
        width: 100%;
    }

    .form-group .tel, .form-group .code {
        margin-left: 15px;
    }


    .layui-form-label {
        width: 100%;
        text-align: left;
        padding: 0px 15px;
    }

    .layui-input-block {
        margin-left: 0;
        padding-right: 0;
        padding: 0px 5px;
    }

    .layui-form-item {
        margin-bottom: 15px;
    }

        .layui-form-item .layui-input-inline {
            width: 50%;
            padding: 0px 5px;
            float: left;
            display: inline-block;
            margin: 0px;
        }

    .term {
        padding: 0 5px;
    }

    .layui-input-block img {
        top: 36px;
        right: 28px;
    }

    .layui-input-block .layui-form-select {
        clear: both;
    }

    .layui-form-item p.tel, .layui-form-item p.code {
        padding: 0px 15px;
    }

    .layui-form-item .layui-form-checkbox[lay-skin=primary] {
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    .form-group .col-sm-2, .form-group .col-sm-4, .form-group .col-sm-8 {
        max-width: 100%;
        width: 100%;
        text-align: left;
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
    .form-group .col-sm-2, .form-group .col-sm-4, .form-group .col-sm-8 {
        max-width: 100%;
        width: 100%;
        text-align: left;
        float: none;
    }
}

@media (min-width: 1024px) {
    .layui-form-item.thirdlogin {
        width: 55%;
    }
}
